home *** CD-ROM | disk | FTP | other *** search
- object Updateform: TUpdateform
- Left = 818
- Top = 229
- BorderStyle = bsDialog
- Caption = 'TUGZip Web Update'
- ClientHeight = 377
- ClientWidth = 409
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Topbevel: TBevel
- Left = 0
- Top = 65
- Width = 409
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object Insverlabel: TLabel
- Left = 8
- Top = 72
- Width = 79
- Height = 13
- Caption = 'Installed version:'
- end
- object Latverlabel: TLabel
- Left = 8
- Top = 88
- Width = 69
- Height = 13
- Caption = 'Latest version:'
- end
- object Latverdatalabel: TLabel
- Left = 112
- Top = 88
- Width = 3
- Height = 13
- end
- object Insverdatalabel: TLabel
- Left = 112
- Top = 72
- Width = 33
- Height = 13
- Caption = '3.1.0.2'
- end
- object Informationlabel: TLabel
- Left = 8
- Top = 112
- Width = 55
- Height = 13
- Caption = 'Information:'
- end
- object Bottombevel: TBevel
- Left = 8
- Top = 336
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Toppanel: TPanel
- Left = 0
- Top = 0
- Width = 409
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Captionlabel: TLabel
- Left = 8
- Top = 8
- Width = 90
- Height = 13
- Caption = 'Update TUGZip'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Infolabel: TLabel
- Left = 16
- Top = 24
- Width = 313
- Height = 26
- Caption =
- 'This tool connects to the TUGZip homepage to verify that you are' +
- ' using the latest version available. If you'#39're not, press Update' +
- '.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 352
- Top = 8
- Width = 48
- Height = 48
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- end
- object Memo: TMemo
- Left = 8
- Top = 128
- Width = 393
- Height = 177
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Updatebutton: TButton
- Left = 248
- Top = 344
- Width = 75
- Height = 25
- Caption = 'Update'
- Default = True
- Enabled = False
- TabOrder = 2
- OnClick = UpdatebuttonClick
- end
- object Progressbar: TProgressBar
- Left = 8
- Top = 312
- Width = 393
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 3
- end
- object Cancelbutton: TButton
- Left = 328
- Top = 344
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- OnClick = CancelbuttonClick
- end
- object Helpbutton: TButton
- Left = 8
- Top = 344
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = HelpbuttonClick
- end
- object Http: TIdHTTP
- Host = 'www.tugzip.com'
- Request.Accept = 'text/html, */*'
- Request.ContentLength = 0
- Request.ContentRangeEnd = 0
- Request.ContentRangeStart = 0
- Request.ProxyPort = 0
- Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
- Left = 8
- Top = 8
- end
- object Thread: TBMThread
- OnExecute = ThreadExecute
- Left = 40
- Top = 8
- end
- end
-